home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / blts.arc / MSDOS500.TXT < prev    next >
Text File  |  1991-10-15  |  9KB  |  171 lines

  1. Installing MS-DOS 5.0:
  2.  
  3. In general, the user should follow the instructions for installing MS-DOS 5.0
  4. that are provided in the "Getting Started" booklet included in the 5.0
  5. upgrade.  For most PCs, this is as easy as putting the DOS Upgrade Disk #1 in
  6. the floppy drive and typing "a:setup" at the DOS prompt. 
  7.  
  8. When running SETUP on a LANtastic Network, there are three issues to be aware
  9. of:
  10.  
  11. 1.    SETUP cannot be run while the LANtastic SERVER program is running on a
  12. PC.  If this is attempted, SETUP reports: "SETUP detected an error in
  13. identifying the hard disk partition you system starts up from" and indicates
  14. that it cannot install MS-DOS 5.0 on the hard drive.  To run SETUP on a
  15. SERVER, bring the PC up without the SERVER program running and run SETUP as
  16. documented.  SETUP will run correctly on a LANtastic workstation (a PC
  17. running the REDIR program but not running SERVER).  
  18.  
  19. 2.    Chapter 3 of the "Getting Started" booklet is titled "Updating Networks
  20. for MS-DOS Version 5.0."  This chapter includes documentation for upgrading
  21. to MS-DOS 5.0 when LANtastic versions 2.5x through 3.01 are also installed on
  22. the PC.  These notes indicate that DOS will display two "Incorrect DOS
  23. version" messages when running these LANtastic versions after installing
  24. MS-DOS 5.0 and attempting to install the LAN software.  These error messages
  25. are actually generated by the redir and server programs, not by DOS. 
  26.  
  27.       However, by following the instructions in the booklet, the user can
  28. utilize the new DOS SETVER command to eliminate the error messages and run
  29. the LAN software normally.  The SETVER command does not need to be used with
  30. LANtastic versions 3.02 or higher.  For more information on the new SETVER
  31. command, see the 'new features of MS-DOS 5.0' section below and Chapter 15 of
  32. the "Microsoft MS-DOS User's Guide and Reference."
  33.  
  34. 3.    If DOS's EMM386.EXE Expanded Memory Manager is included in the
  35. CONFIG.SYS and the PC has an Artisoft 2Mbps or Enhanced 2Mbps (E2Mbps)
  36. adapter installed, the RAMBASE address of the card must be excluded from use
  37. by EMM386.EXE.  This also applies to LANtastic/AI installations with adapters
  38. that use a RAMBASE address, such as the WD80x3 adapters and some ARCNET NICs. 
  39. To exclude the RAMBASE, use the "X=mmmm-nnnn" switch in the DEVICE command
  40. for EMM386.EXE in CONFIG.SYS.  See the "Notes on EMM386.EXE" section below
  41. and Chapter 15 of the MS-DOS User's Guide for further information on
  42. EMM386.EXE.
  43.  
  44.  
  45. New Features of MS-DOS 5.0
  46.  
  47. This section is not intended to completely document MS-DOS 5.0's new
  48. features, but to provide a brief overview for experienced DOS users.  MS-DOS
  49. version 5.0 introduces some powerful new abilities and commands as well as
  50. improving on many of the familiar DOS functions.
  51.  
  52.    On 286, 386 and 486 machines, MS-DOS can now be relocated to the high
  53. memory area (HMA), making more conventional memory available for applications
  54. to use.  On 386 or higher based machines, it is also possible to load some
  55. device drives and memory resident software in upper memory.  Utilizing the
  56. new LOADHIGH (or LH) command, all of the version 3.03 or higher LANtastic NOS
  57. TSRs can be loaded into upper memory (assuming that there is enough available
  58. upper memory), reducing the NOS overhead to 0K and providing more space for
  59. LAN applications to execute in conventional memory.  
  60.  
  61.    The MS-DOS Shell (DOSSHELL) has been improved and now includes a task
  62. switcher which allows you to swap between DOS applications.  Since it uses
  63. the same task switching conventions as when running Windows in Real mode, it
  64. is possible to use the DOS Shell task switcher on a LANtastic non-dedicated
  65. server.
  66.  
  67.    Microsoft has licensed several disk utilities from Central Point Software
  68. (PC Tools): unformat, undelete, and mirror.  Mirror stores information about
  69. the hard drive (it is NOT disk mirroring software) and can be used to track
  70. file deletions for use by undelete and unformat.  Mirror, undelete, and
  71. unformat cannot be executed on a PC that is running as a LANtastic server or
  72. on a redirected (network) drive, but will run on the local hard disk of a
  73. LANtastic workstation. Mirror can also be used to take a 'snapshot' of the
  74. hard disks on a server if it is included in the AUTOEXEC.BAT file at boot
  75. time.  If the NOS is loaded in AUTOEXEC.BAT on a LANtastic server, mirror
  76. must be run before the SERVER command is executed and cannot be loaded in its
  77. TSR form.
  78.  
  79.    Help is available through the new "help [command]" command.  Help for all
  80. DOS commands can also be invoked at the DOS prompt by typing the desired
  81. command followed by /?.
  82.  
  83.    MS-DOS 5.0 provides the MS-DOS Editor (edit), a new full screen, CUA
  84. compliant ASCII file editor.
  85.  
  86.    Support for disk partitions up to 2 gigabytes in size.  MS-DOS 5.0 no
  87. longer requires SHARE to be loaded for partitions greater than 32 MB.
  88. However, any PC that functions as a LANtastic server must still use SHARE for
  89. network file and record locking support.
  90.  
  91.    It includes DOSKEY, a TSR program that allows the user to recall commands
  92. previously typed at the DOS prompt in order to re-issue and/or edit them. 
  93. DOSKEY also has a macro feature that enables easy recall of frequently used
  94. command sequences.
  95.  
  96.    The SETVER command is provided to allow programs that expect a specific
  97. version of DOS to run under MS-DOS 5.0.  This command can be used with the
  98. LANtastic version 2.5x through 3.01 SERVER and REDIR programs to permit them
  99. to run under MS-DOS 5.0.  For this function to work correctly, CONFIG.SYS
  100. must contain "device = c:\dos\setver.exe"; and the commands SETVER REDIR.EXE
  101. 4.0 and SETVER SERVER.EXE 4.0 must be run.  SETVER only needs to be run one
  102. time each for REDIR and SERVER, thereafter DOS will remember what version
  103. number to report to the programs.
  104.  
  105.  
  106. Notes on Using EMM386.EXE
  107.  
  108. MS-DOS 5.0 provides enhanced support for loading DOS into high memory and for
  109. loading device drivers and other TSR programs into upper memory.  When
  110. installing MS-DOS 5.0 on a 286 or higher machine which has more than 640K of
  111. RAM, the SETUP program automatically alters the CONFIG.SYS to include two
  112. statements that will load DOS into the high memory area (HMA).  The two lines
  113. are:
  114. device=c:\dos\himem.sys
  115. dos=high
  116.  
  117. This allows DOS to be loaded in HMA, but does not allow for device drivers
  118. and TSRs to be loaded into upper memory.  MS-DOS 5.0 considers these separate
  119. issues, and in order to load programs into upper memory, upper memory blocks
  120. (UMBs) must be created by invoking EMM386.EXE.  To do this, CONFIG.SYS must
  121. contain these statements:
  122.  
  123. device=c:\dos\himem.sys
  124. dos=high,umb
  125. device=c:\dos\EMM386.EXE noems
  126.  
  127. Note that EMM386 will only work on 386 or higher processors.  The above
  128. commands will cause DOS to be loaded in HMA and tells DOS to make UMBs
  129. available for applications to use.  The NOEMS switch tells EMM386 create and
  130. manage the upper memory area only and not to simulate any expanded memory. 
  131. If expanded memory simulation is desired, the noems switch would be replaced
  132. by the RAM switch so that EMM386 will both manage the upper memory area and
  133. emulate expanded memory.  Which switch is used depends on the applications
  134. that will be run on the PC.  For example, if a user wishes to run Windows in
  135. 386 Enhanced mode (which requires extended memory), load device drivers and
  136. the LANtastic E2Mbps NOS TSRs into UMA, and load DOS into HMA, the following
  137. lines would be added to CONFIG.SYS:
  138.  
  139. device=c:\dos\himem.sys
  140. dos=high,umb
  141. device=c:\dos\EMM386.EXE noems x=D800-DFFF
  142. devicehigh=c:\ansi.sys
  143.  
  144. Then, in the STARTNET.BAT (or other batch file that loads LANtastic NOS), the
  145. LOADHIGH, or LH, command would be inserted on the command lines for the NOS
  146. TSRs.  For example:
  147.  
  148. lh lanbios2 irq=15 rambase=D800
  149. lh redir host logins=10
  150. lh share
  151. lh server
  152.  
  153. LOADHIGH will load a TSR in UMA if there is enough memory available,
  154. otherwise the program is loaded in conventional memory.  Unfortunately,
  155. LOADHIGH does not report where it loaded the program.  MS-DOS' MEM command
  156. can be used to find out where the TSR was loaded by entering MEM /C at the
  157. command prompt.  MEM /C will display all device drivers and TSRs that are
  158. loaded into conventional memory and upper memory.  Note that the DEVICEHIGH
  159. command is used in CONFIG.SYS to load device drivers into UMA.
  160.  
  161.  
  162. Conclusion
  163. MS-DOS version 5.0 is compatible with the LANtastic Network Operating System
  164. versions 2.5x through 4.0, and provides new utilities and services that were
  165. previously only available through
  166. third-party manufacturers.  
  167.  
  168. Vendor Information:
  169. Microsoft Corporation
  170. One Microsoft Way
  171. Redmond, WA  98052-6399